GetAppManifestResponse

data class GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String?, parsed: AppManifestParsedProperties?)

Represents response frame that is returned from Page#getAppManifest operation call.

See also

Constructors

GetAppManifestResponse
Link copied to clipboard
fun GetAppManifestResponse(url: String, errors: List<AppManifestError>, data: String? = null, parsed: AppManifestParsedProperties? = null)

Properties

data
Link copied to clipboard
val data: String? = null
Manifest content.
errors
Link copied to clipboard
val errors: List<AppManifestError>
parsed
Link copied to clipboard
val parsed: AppManifestParsedProperties? = null
Parsed manifest properties
url
Link copied to clipboard
val url: String
Manifest location.

Sources

jvm source
Link copied to clipboard